home *** CD-ROM | disk | FTP | other *** search
- on newsbuttons
- global mybutt
- set X to the mouseH
- set mybutt to 0
- if rollOver(6) then
- if (X > 102) and (X < 142) then
- set mybutt to 1
- else
- if (X > 174) and (X < 211) then
- set mybutt to 2
- else
- if (X > 245) and (X < 281) then
- set mybutt to 3
- end if
- end if
- end if
- set the visible of sprite 10 to 1
- else
- set the visible of sprite 10 to 0
- end if
- if mybutt > 0 then
- go(label("6") + mybutt + 1)
- end if
- end
-